home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-SIG: World of Education
/
PC-SiG's World of Education.iso
/
run
/
2646
/
senspoly.eka
< prev
next >
Wrap
Text File
|
1992-03-23
|
271b
|
12 lines
; Simple example show how sensitive polynomial roots
; are to the coefficients.
; Try
; c = 0 roots x = 0, 3, 4, 5
; c = 24 roots x = 1, 0.8883
; c = 24.1 no roots
x^4 - 12x^3 + 47x^2 - 60x + c = 0
c = 24.
-100 < x < 100
PROGRESS x